github.com/golang/protobuf/proto.textParser.backed (field)

4 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L70: 	backed       bool   // whether back() was called
		text_decode.go#L617: func (p *textParser) back() { p.backed = true }
		text_decode.go#L621: 	if p.backed || p.done {
		text_decode.go#L622: 		p.backed = false